All Questions
1 question
-1votes
1answer
3kviews
Spring Exception Handling. Custom exception per Http status?
I'm just designing the exception handling for the REST interface on our Spring server. As we will have multiple REST controllers, a central exception handling is desired. Spring offers the solution ...